home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 737 / prlabel / protos.h < prev    next >
C/C++ Source or Header  |  1995-03-18  |  2KB  |  56 lines

  1. /***************************************************************************
  2.  
  3.    Program:    LabelPrint
  4.    File:       protos.h
  5.    
  6.    Version:    V1.2
  7.    Date:       28.10.91
  8.    Function:   Include prototype files
  9.    
  10.    Copyright:  SciTech Software 1991
  11.    Author:     Andrew C. R. Martin
  12.    Address:    SciTech Software
  13.                23, Stag Leys,
  14.                Ashtead,
  15.                Surrey,
  16.                KT21 2TD.
  17.    Phone:      +44 (0372) 275775
  18.    EMail:      UUCP: cbmuk!cbmuka!scitec!amartin
  19.                JANET: andrew@uk.ac.ox.biop
  20.                
  21. ****************************************************************************
  22.  
  23.    This program is not in the public domain, but it may be freely copied
  24.    and distributed for no charge providing this header is included.
  25.    The code may be modified as required, but any modifications must be
  26.    documented so that the person responsible can be identified. If someone
  27.    else breaks this code, I don't want to be blamed for code that does not
  28.    work! The code may not be sold commercially without prior permission from
  29.    the author, although it may be given away free with commercial products,
  30.    providing it is made clear that this program is free and that the source
  31.    code is provided with the program.
  32.  
  33. ****************************************************************************
  34.  
  35.    Description:
  36.    ============
  37.    LabelPrint is a program to print text for laser labels.
  38.  
  39. ****************************************************************************
  40.  
  41.    Usage:
  42.    ======
  43.  
  44. ****************************************************************************
  45.  
  46.    Revision History:
  47.    =================
  48.  
  49. ***************************************************************************/
  50. #ifndef DOPROTOS
  51. #include "main_protos.h"
  52. #include "PrL_protos.h"
  53. #include "GetAFile_protos.h"
  54. #include "MyIO_protos.h"
  55. #endif
  56.